DataSource for Entity Framework for WPF/Silverlight
AddRange メソッド

C1.LiveLinq.Collections 名前空間 > IndexedCollection<T> クラス : AddRange メソッド
IndexedCollection<T>の末尾に追加する要素を含むコレクション。
指定されたコレクションの要素の要素を IndexedCollection<T>の最後に追加します。
シンタックス
'宣言
 
Public Sub AddRange( _
   ByVal items As System.Collections.Generic.IEnumerable(Of T) _
) 
public void AddRange( 
   System.Collections.Generic.IEnumerable<T> items
)

パラメータ

items
IndexedCollection<T>の末尾に追加する要素を含むコレクション。
参照

IndexedCollection<T> クラス
IndexedCollection<T> メンバ